https://yocliq.com/20937/Oluwatoyin
Which of these will display "Hello World!" as output without any error?a. <?php $txt=hello world! ?>b. <?php $txt="world!"; echo "hello $txt"; ?>c. <?php $txt="world!"; echo "hello $txt; ?>d. None of the above